home *** CD-ROM | disk | FTP | other *** search
- #ifndef _popuptkl_
- #define _popuptkl_
- /******************************************************************************\
- * Header Files
- \******************************************************************************/
-
- #ifndef __MENUS__
- #include <Menus.h>
- #endif
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
-
- /******************************************************************************\
- * Function Prototypes
- \******************************************************************************/
-
- short DoPopUpMsg (MenuHandle, Rect *, short, short, short);
-
-
- #endif
-